nl.justobjects.pushlet.core
Class EventSourceManager

java.lang.Object
  extended by nl.justobjects.pushlet.core.EventSourceManager

public class EventSourceManager
extends java.lang.Object

Maintains lifecycle of event sources.

Version:
$Id: EventSourceManager.java,v 1.14 2007/11/10 13:44:02 justb Exp $
Author:
Just van den Broecke - Just Objects ©

Constructor Summary
EventSourceManager()
           
 
Method Summary
static void activate()
          Activate all event sources.
static void passivate()
          Deactivate all event sources.
static void start(java.lang.String aDirPath, javax.servlet.ServletContext srvCtxt)
          Initialize event sources from properties file.
static void stop()
          Halt event sources.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventSourceManager

public EventSourceManager()
Method Detail

start

public static void start(java.lang.String aDirPath,
                         javax.servlet.ServletContext srvCtxt)
Initialize event sources from properties file.


activate

public static void activate()
Activate all event sources.


passivate

public static void passivate()
Deactivate all event sources.


stop

public static void stop()
Halt event sources.